home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1993 / MacHack 1993.toast / MacHack™ 1987-1992 / MacHack™ '90 / Other Stuff / Demos ƒ / Demo AppMaker / Demo AppMaker™ / Demo AppMaker™.rsrc / TmCT_407_zModelessDialog.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-03-23  |  521 b   |  24 lines

  1. /* %filename% -- modeless dialog class */
  2. /* Created %date% %time% by AppMaker */
  3.  
  4. #define _H_z%DlogName% 
  5. #include <CBureaucrat.h>
  6. #include <CPanorama.h>
  7. #include <CWindow.h>
  8. %for each item gen include%
  9. #include <CDirector.h>
  10.  
  11. struct Z%DlogName% : CDirector {
  12.  
  13.     /* Panes in this dialog: */
  14.     %for each item gen instance%
  15.  
  16.     /*----------*/
  17.     void    I%DlogName%%    %(CBureaucrat    *aSupervisor);
  18.     %for each item gen zMake.decl%
  19.  
  20.     void    CloseWind         (CWindow        *theWindow);
  21.     void     DoCommand        (long            theCommand);
  22.  
  23. }; /* Z%DlogName% */
  24.